CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rc4 解密 加密

搜索资源列表

  1. rc4

    0下载:
  2. RC4的加密解密算法原程序-RC4 encryption decryption algorithm original program
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6398
    • 提供者:陆丁
  1. rc4

    0下载:
  2. RC4加密解密算法-RC4 encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15596
    • 提供者:西门飘雪
  1. RC4_CPP

    0下载:
  2. 简易的rc4加密法演示程序。rc4在加密过程中会改变key,因此用同一个rc4类实例不能对一个字符串同时加密和解密。详情请看代码。 jackyzoufeng@hotmail.com-simple rc4 cryptography demonstration program. Rc4 in the process of encryption key will change. So using the same example of a type not rc4 to a string whil
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11584
    • 提供者:zoufeng
  1. rc4

    0下载:
  2. rc4算法的加密和解密源代码 加密和解密过程是可逆的
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:kiki
  1. RC4-Delphi.rar

    3下载:
  2. RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ——待加密(解密
  3. 所属分类:Delphi VCL

    • 发布日期:2015-01-09
    • 文件大小:2169
    • 提供者:dll
  1. dirsh

    0下载:
  2. 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:74602
    • 提供者:噶噶
  1. RC4

    0下载:
  2. 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:223962
    • 提供者:lishen
  1. RC4

    1下载:
  2. RC4算法的C实现。VC6MFC做的简易界面,自由选择文件加密解密。-RC4 algorithm C implementation. VC6MFC to do simple interface, free to choose the file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1886562
    • 提供者:张森
  1. 利用RC4算法对BMP图片进行加密和解密

    0下载:
  2. 利用RC4算法对BMP图片进行加密和解密-BMP images using RC4 algorithm to encrypt and decrypt
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:805
    • 提供者:冯晶
  1. DEC_encryp

    0下载:
  2. 加密解密算法DEC、RC4、XOR、Skipjack、TEA、Twofish等-Encryption and decryption algorithm for DEC, RC4, XOR, Skipjack, TEA, Twofish, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:49527
    • 提供者:proclove
  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1960071
    • 提供者:Jane
  1. RC4

    0下载:
  2. 用RC4算法实现控制台对所有文件(任意类型的文件)的加解密(注意明文和密文都以文件形式存在)加解密格式如下: cipher –e/-d key inputfile outputfile 说明:对于加密来说,输入文件名就是明文文件,对于解密来说,输入文件名就是密文文件-The algorithm of RC4
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2584
    • 提供者:Ruby
  1. RC4

    0下载:
  2. RC4加密算法,通过序列密码实现加解密。输入输出已经给定。-RC4encryption,with given input and output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:38531
    • 提供者:Xia
  1. c_rc4

    0下载:
  2. rc4 的加密及解密功能的实现 功能齐全 采用c++实现-the code about the rc4,is very good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1939
    • 提供者:理了理
  1. RC4

    1下载:
  2. 在C++环境中,实现RC4流加密解密算法。-In C++ environment, to achieve RC4 stream encryption and decryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-11-14
    • 文件大小:1395
    • 提供者:胡先生
  1. RC4

    0下载:
  2. 流密码中RC4算法的加密解密的c程序实现-stream cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1945
    • 提供者:浅水深深
  1. 20101024101655133

    0下载:
  2. 加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。-加密锁,文件加密解密,数据操作支持库一, 一个对文件进行加密解密的软件。支持DES标准加密法、RC4标准加密法、DES增强加密法、RC4增强加密法、黄金加密锁自带加密法等。带有密码遗忘提示。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:22762
    • 提供者:adladl
  1. RC4

    0下载:
  2. RC4是一种普遍使用的流密码,文件提供加密解密算法,分块详细,调用方便,代码实现简洁-RC4 encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5860648
    • 提供者:肖亚南
  1. rc4

    0下载:
  2. 流密码RC4的加密解密文件的C++算法,可以静态加密文件也可以动态加密-C++ stream cipher RC4 algorithm for encryption and decryption of files, you can still encrypt files can also be dynamic encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1311
    • 提供者:张赛
  1. e4a解密模块

    1下载:
  2. 将解密功能集成到模块中 不需要再使用e4a的dll
  3. 所属分类:程序开发库

    • 发布日期:2020-08-18
    • 文件大小:2350
    • 提供者:miluo123@
« 12 3 4 »
搜珍网 www.dssz.com